home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / Apple Guide / Engineering / Context Check Modules / Standard CC Modules / Finder Context / Finder.h < prev    next >
Encoding:
Text File  |  1993-11-29  |  318 b   |  21 lines  |  [TEXT/MPS ]

  1. //    Copyright:    ©1993 Apple Computer, Inc. All rights reserved.
  2. //    Author:        Victor J. Hnyp
  3. //    Date:            16-Nov-92
  4.  
  5.  
  6. #ifndef __FINDER__
  7. #define __FINDER__
  8.  
  9. #ifndef __UTILITY__
  10. #include "Utility.h"
  11. #endif
  12.  
  13.  
  14. typedef struct
  15. {
  16.     long        FinderSelector;
  17.     long        compareSelector;
  18.     long        value;
  19. } FinderState, *FinderStatePtr;
  20.  
  21. #endif